PASO 11: ¡Vamos a devolver user_answer a ask_for_password() ! Lo necesitaremos para nuestro bucle while .
- En LÓGICA, haga clic en y arrastre Return Statement dentro get_user_input() .
- Luego, cambie la variable de my_var a response .
- ¡Ahora nuestra función ask_for_password tendrá acceso a la respuesta del usuario!
To navigate the page using the TAB key, first press ESC to exit the code editor.